Int64NINumericInt64NAdd Method
Computes the sum of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int64N INumeric<Int64N>.Add(
Int64N value
)
Private Function Add (
value As Int64N
) As Int64N Implements INumeric(Of Int64N).Add
private:
virtual Int64N Add(
Int64N value
) sealed = INumeric<Int64N>::Add
private abstract Add :
value : Int64N -> Int64N
private override Add :
value : Int64N -> Int64N
- value Int64N
- The value to add to the current value.
Int64NThe sum of the current value and
value.
INumericTSelfAdd(TSelf)